<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
    <channel>
        <title>Global Internet Business Solutions ~ GIBS</title> 
        <link>https://gibs.com</link> 
        <description>RSS feeds for Global Internet Business Solutions ~ GIBS</description> 
        <ttl>60</ttl> <item>
    <comments>https://gibs.com/Support/Knowledge-Base/ID/2/SSRS_Date_Expressions#Comments</comments> 
    <slash:comments>0</slash:comments> 
    <wfw:commentRss>https://gibs.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=51&amp;ModuleID=411&amp;ArticleID=2</wfw:commentRss> 
    <trackback:ping>https://gibs.com:443/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=2&amp;PortalID=0&amp;TabID=51</trackback:ping> 
    <title>SSRS Date Expressions</title> 
    <link>https://gibs.com/Support/Knowledge-Base/ID/2/SSRS_Date_Expressions</link> 
    <description>SSRS expressions to obtain the first and last days of any month, using the current month as a reference:

First day of last month:


=dateadd(&amp;quot;m&amp;quot;,-1,dateserial(year(Today),month(Today),1)) 


First day of this month:


=dateadd(&amp;quot;m&amp;quot;,0,dateserial(year(Today),month(Today),1)) 


First day of next month:


=dateadd(&amp;quot;m&amp;quot;,1,dateserial(year(Today),month(Today),1)) 


Last day of last month:


=dateadd(&amp;quot;m&amp;quot;,0,dateserial(year(Today),month(Today),0))


Last day of this month:


=dateadd(&amp;quot;m&amp;quot;,1,dateserial(year(Today),month(Today),0))


Last day of next month:


=dateadd(&amp;quot;m&amp;quot;,2,dateserial(year(Today),month(Today),0))

First day of this year


=DateSerial( year(today()), 1, 1)


Last Day of this year


=DateSerial( year(today()), 12, 31)
</description> 
    <dc:creator></dc:creator> 
    <pubDate>Sat, 25 May 2024 12:41:00 GMT</pubDate> 
    <guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:2</guid> 
    
</item>
<item>
    <comments>https://gibs.com/Support/Knowledge-Base/ID/24/SSRS_Commonly_Used_DateTime_Functions#Comments</comments> 
    <slash:comments>0</slash:comments> 
    <wfw:commentRss>https://gibs.com/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx?TabID=51&amp;ModuleID=411&amp;ArticleID=24</wfw:commentRss> 
    <trackback:ping>https://gibs.com:443/DesktopModules/DnnForge%20-%20NewsArticles/Tracking/Trackback.aspx?ArticleID=24&amp;PortalID=0&amp;TabID=51</trackback:ping> 
    <title>SSRS: Commonly Used Date/Time Functions</title> 
    <link>https://gibs.com/Support/Knowledge-Base/ID/24/SSRS_Commonly_Used_DateTime_Functions</link> 
    <description>The list below is a few simple functions which I&amp;#39;ve come across for generating various dates based on the current date/time (using the Now() function).

Last day of the current year,
=DateSerial(Year(Now()), 12, 31)

Last day of previous month
=DateAdd(&amp;quot;&amp;quot;d&amp;quot;&amp;quot;, -1, DateSerial(Year(Now()), Month(Now()), 1))

First date of previous month
=DateAdd(&amp;quot;&amp;quot;m&amp;quot;&amp;quot;, -1, DateSerial(Year(Now()), Month(Now()), 1))

First day of last year
=DateSerial(Year(Now())-1, 1, 1)

Last day of last year
=DateSerial(Year(Now())-1, 12, 31)

Last day of this year
=DateSerial(Year(Now()), 12, 31)

First day of this year
=DateSerial(Year(Now()), 1, 1)
</description> 
    <dc:creator></dc:creator> 
    <pubDate>Sun, 19 Jan 2020 11:13:00 GMT</pubDate> 
    <guid isPermaLink="false">f1397696-738c-4295-afcd-943feb885714:24</guid> 
    
</item>

    </channel>
</rss>